/* 施設情報 institution_info */

section.institution_info {
	margin: 0 auto;
	width: 100%;
	height: auto;
	background-image: url(../image/floor_information_bg.png);
	background-repeat: no-repeat;
	background-size: 1920px 892px;
	background-position: center top;
	text-align: center;
	overflow: hidden;
}

section.institution_info h3 {
	font-size: 16px;
	line-height: 38px;
	color: #ffffff;
	font-weight: normal;
}

section.institution_info h3 .alata {
	font-size: 22px;
	font-weight: normal;
}

section.institution_info h5 {
	margin-bottom: 60px;
	margin-top: 25px;
	font-size: 45px;
	line-height: 45px;
	color: #ffffff;
}

.movie_area {
	margin-bottom: 45px;
	width: 100%;
	height: auto;
}

video.main_mv {
	width: 100%;
	max-width: 950px;
}

p.institution_text {
	margin-bottom: 45px;
	font-size: 26px;
	line-height: 45px;
	color: #011588;
	font-weight: bold;
}


a.rentalcourt_btn {
	position: relative;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 320px;
	height: 65px;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	color: #011588;
	font-weight: bold;
	border: 3px solid #011588;
}

a.rentalcourt_btn:after {
	position: absolute;
	top: 23px;
	right: 20px;
	display: block;
	content: "";
	width: 14px;
	height: 14px;
	border-top: 3px solid #011588;
	border-right: 3px solid #011588;
	transform: rotate(45deg);
}

a.rentalcourt_btn:hover {
	color: #ffffff;
	background-color: #011588;
}

a.rentalcourt_btn:hover:after {
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
}


/* 電話予約 web予約 */
.reserve_box {
	position: relative;
	margin: 80px auto 0 auto;
	padding: 80px 0 0 0;
	width: 100%;
	height: 300px;
	background-color: #011588;
	text-align: center;
}

img.reserve_logo_text {
	padding: 0 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
	max-width: 1822px;
	z-index: 0;
}

.reserve_box h3 {
	position: relative;
	margin: 0 auto 40px auto;
	/* width: 990px; */
	/* height: 34px; */
	/* background-image: url(../image/reserve_h3_text.png); */
	/* background-repeat: no-repeat; */
	/* background-size: 100% auto; */
	/* text-indent: -9999px; */
	z-index: 1;
}

.reserve_box h3.ttl {
	font-size: 32px;
}

.reserve_btn_area {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}

a.tel_reserve_btn {
	margin-right: 34px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 320px;
	height: 65px;
	background: #ffffff;
	background: linear-gradient(to right, #ff5ca4 0%, #f45468 100%);
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	color: #ffffff;
	overflow: hidden;
	z-index: 1;
}

a.web_reserve_btn {
	margin-left: 34px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 320px;
	height: 65px;
	background: #ffffff;
	background: linear-gradient(to right, #ff5ca4 0%, #f45468 100%);
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	color: #ffffff;
	overflow: hidden;
	z-index: 1;
}

a.tel_reserve_btn:before,
a.web_reserve_btn:before {
	content: "";
	width: 200%;
	height: 200%;
	background: rgba(255, 255, 255, .2);
	transform: rotate(-45deg);
	position: absolute;
	top: 0;
	left: -200%;
	transition: .3s ease-in-out;
}

a.tel_reserve_btn:hover:before,
a.web_reserve_btn:hover:before {
	left: 30%;
}


/* news_area */

section.news_area {
	padding: 120px 0 90px 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
	background-color: #e2e9f1;
}

.news_area h3 {
	margin-bottom: 50px;
	font-size: 55px;
	line-height: 55px;
	color: #011588;
	font-weight: normal;
	text-align: center;
	letter-spacing: 4px;
}

ul.news_list {
	position: relative;
	padding: 0;
	margin: 0 auto 25px auto;
	width: 100%;
	max-width: 800px;
}

ul.news_list a {
	margin-bottom: 24px;
	padding: 20px 0 20px 61px;
	display: flex;
	align-items: center;
	width: 100%;
	height: auto;
	min-height: 85px;
	background-color: #ffffff;
	font-size: 17px;
}

ul.news_list a:last-child {
	margin-bottom: 0;
}

.news_list dl {
	padding-right: 16px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	width: 100%;
}

.news_list dl dt {
	display: flex;
	align-items: center;
	margin-right: 44px;
}

.news_date {
	font-size: 15px;
}

.new {
	position: absolute;
	top: 0;
	left: -37px;
	margin-top: 29px;
	padding-top: 4px;
	display: block;
	width: 75px;
	height: 28px;
	background-color: #011588;
	font-size: 18px;
	line-height: 18px;
	color: #ffffff;
	text-align: center;
}

.read_more_box {
	margin: 0 auto;
	width: 100%;
	max-width: 800px;
	text-align: right;
}

.read_more_box a {
	font-size: 16px;
	color: #011588;

}


/* photo_area */

section.photo_area {
	padding: 90px 0 120px 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

section.photo_area h5 {
	margin-bottom: 25px;
	font-size: 20px;
	line-height: 20px;
	color: #011588;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
}

section.photo_area h3 {
	margin-bottom: 85px;
	font-size: 55px;
	line-height: 55px;
	color: #011588;
	text-align: center;
}

section.photo_area h3:before {
	margin-right: 15px;
	display: inline-block;
	content: "";
	width: 44px;
	height: 44px;
	background-image: url(../image/insta_icon.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
}

/* instagram */
.insta_box {
	padding: 0 0.572vw 0 0.677vw;
	margin: 0;
	width: auto;
	height: auto;
	max-height: 310px;
	text-align: center;
}

#sbi_images {
	display: grid !important;
	float: none !important;
	/*grid-template-rows: 7.916vw 7.916vw!important;*/
	grid-row-gap: 0.312vw;
	grid-column-gap: 0.312vw;
	grid-template-columns: repeat(12, 1fr);
}

.sbi_item {
	position: relative !important;
	float: none !important;
}

.sbi_item:first-child {
	grid-row: 1 / 3;
	grid-column: 1 / 3;
	width: 16.145vw !important;
	height: 16.145vw !important;
	max-width: 310px !important;
	max-height: 310px !important;
	border-radius: 8px !important;
}

.sbi_item:nth-child(2) {
	grid-row: 1 / 2;
	grid-column: 3 / 4;
	width: 7.916vw !important;
	height: 7.916vw !important;
	max-width: 152px !important;
	max-height: 152px !important;
	border-radius: 8px !important;
}

.sbi_item:nth-child(3) {
	grid-row: 2 / 3;
	grid-column: 3 / 4;
	width: 7.916vw !important;
	height: 7.916vw !important;
	max-width: 152px !important;
	max-height: 152px !important;
	border-radius: 8px !important;
}

.sbi_item:nth-child(4) {
	grid-row: 1 / 3;
	grid-column: 4 / 6;
	width: 16.145vw !important;
	height: 16.145vw !important;
	max-width: 310px !important;
	max-height: 310px !important;
	border-radius: 8px !important;
}

.sbi_item:nth-child(5) {
	display: block !important;
	grid-row: 1 / 2;
	grid-column: 6 / 7;
	width: 7.916vw !important;
	height: 7.916vw !important;
	max-width: 152px !important;
	max-height: 152px !important;
	border-radius: 8px !important;
}

.sbi_item:nth-child(6) {
	display: block !important;
	grid-row: 2 / 3;
	grid-column: 6 / 7;
	width: 7.916vw !important;
	height: 7.916vw !important;
	max-width: 152px !important;
	max-height: 152px !important;
	border-radius: 8px !important;
}

.sbi_item:nth-child(7) {
	display: block !important;
	grid-row: 1 / 3;
	grid-column: 7 / 9;
	width: 16.145vw !important;
	height: 16.145vw !important;
	max-width: 310px !important;
	max-height: 310px !important;
	border-radius: 8px !important;
}

.sbi_item:nth-child(8) {
	display: block !important;
	grid-row: 1 / 2;
	grid-column: 9 / 10;
	width: 7.916vw !important;
	height: 7.916vw !important;
	max-width: 152px !important;
	max-height: 152px !important;
	border-radius: 8px !important;
}

.sbi_item:nth-child(9) {
	display: block !important;
	grid-row: 2 / 3;
	grid-column: 9 / 10;
	width: 7.916vw !important;
	height: 7.916vw !important;
	max-width: 152px !important;
	max-height: 152px !important;
	border-radius: 8px !important;
}

.sbi_item:nth-child(10) {
	display: block !important;
	grid-row: 1 / 3;
	grid-column: 10 / 12;
	width: 16.145vw !important;
	height: 16.145vw !important;
	max-width: 310px !important;
	max-height: 310px !important;
	border-radius: 8px !important;
}

.sbi_item:nth-child(11) {
	display: block !important;
	grid-row: 1 / 2;
	grid-column: 12 / 13;
	width: 7.916vw !important;
	height: 7.916vw !important;
	max-width: 152px !important;
	max-height: 152px !important;
	border-radius: 8px !important;
}

.sbi_item:nth-child(12) {
	display: block !important;
	grid-row: 2 / 3;
	grid-column: 12 / 13;
	width: 7.916vw !important;
	height: 7.916vw !important;
	max-width: 152px !important;
	max-height: 152px !important;
	border-radius: 8px !important;
}

#sb_instagram {
	margin: 0 !important;
	padding: 0 !important;
	overflow-y: none !important;
}

.sbi_load {
	display: none !important;
}


/*.sbi_item:first-child .svg-inline--fa{
	position: absolute!important;
	top: 50%!important;
	-webkit-transform: translateY(-50%)!important;
  transform: translateY(-50%)!important;
}
.sbi_item:nth-child(2) .svg-inline--fa{
	position: absolute!important;
	top: 25%!important;
	-webkit-transform: translateY(-25%)!important;
  transform: translateY(-25%)!important;
}
.sbi_item:nth-child(3) .svg-inline--fa{
	position: absolute!important;
	top: 25%!important;
	-webkit-transform: translateY(-25%)!important;
  transform: translateY(-25%)!important;
}
.sbi_item:nth-child(4) .svg-inline--fa{
	position: absolute!important;
	top: 50%!important;
	-webkit-transform: translateY(-50%)!important;
  transform: translateY(-50%)!important;
}
.sbi_item:nth-child(5) .svg-inline--fa{
	position: absolute!important;
	top: 25%!important;
	-webkit-transform: translateY(-25%)!important;
  transform: translateY(-25%)!important;
}
.sbi_item:nth-child(6) .svg-inline--fa{
	position: absolute!important;
	top: 25%!important;
	-webkit-transform: translateY(-25%)!important;
  transform: translateY(-25%)!important;
}
.sbi_item:nth-child(7) .svg-inline--fa{
	position: absolute!important;
	top: 50%!important;
	-webkit-transform: translateY(-50%)!important;
  transform: translateY(-50%)!important;
}
.sbi_item:nth-child(8) .svg-inline--fa{
	position: absolute!important;
	top: 25%!important;
	-webkit-transform: translateY(-25%)!important;
  transform: translateY(-25%)!important;
}
.sbi_item:nth-child(9) .svg-inline--fa{
	position: absolute!important;
	top: 25%!important;
	-webkit-transform: translateY(-25%)!important;
  transform: translateY(-25%)!important;
}
.sbi_item:nth-child(10) .svg-inline--fa{
	position: absolute!important;
	top: 50%!important;
	-webkit-transform: translateY(-50%)!important;
  transform: translateY(-50%)!important;
}
.sbi_item:nth-child(11) .svg-inline--fa{
	position: absolute!important;
	top: 25%!important;
	-webkit-transform: translateY(-25%)!important;
  transform: translateY(-25%)!important;
}
.sbi_item:nth-child(12) .svg-inline--fa{
	position: absolute!important;
	top: 25%!important;
	-webkit-transform: translateY(-25%)!important;
  transform: translateY(-25%)!important;
}*/

.sbi_item svg.svg-inline--fa {
	opacity: 0 !important;
}

.sbi_item svg.sbi_playbtn {
	opacity: 0 !important;
}

/* kasou_link_area */

section.kasou_link_area {
	padding: 0 0 0 0;
	margin: 0 auto;
	width: 100%;
	height: 912px;
	background-image: url(../image/kasou_link_bg.png);
	background-repeat: no-repeat;
	background-size: 1920px 912px;
	overflow: hidden;
	background-position: center top;
}

.kasou_link_box {
	padding: 94px 0 0 0;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	width: 100%;
	max-width: 1200px;
	height: auto;
}


/* 左ボックス */
.kasou_link_left {
	width: 50%;
}

.kasou_link_left h3 {
	margin-left: 42px;
	margin-bottom: 18px;
	font-size: 50px;
	line-height: 50px;
	font-weight: normal;
	color: #011588;
	letter-spacing: 4px;
}

a.link_info {
	position: relative;
	padding-left: 35px;
	margin-left: 42px;
	display: flex;
	align-items: center;
	width: 195px;
	height: 49px;
	font-size: 20px;
	line-height: 20px;
	color: #ffffff;
	font-weight: bold;
	background-color: #011588;
	z-index: 2;
}

a.link_info:after {
	position: absolute;
	top: 19px;
	right: 21px;
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transform: rotate(45deg);
}

a.link_info:hover {
	padding-left: 33px;
	color: #011588;
	background-color: #ffffff;
	border: 2px solid #011588;
}

a.link_info:hover:after {
	position: absolute;
	top: 17px;
	right: 19px;
	border-top: 2px solid #011588;
	border-right: 2px solid #011588;
}



.link_text_left {
	position: relative;
	margin-top: -11px;
	padding: 54px 41px 65px 41px;
	width: 514px;
	height: auto;
	background-color: #ffffff;
	font-size: 17px;
	line-height: 35px;
	z-index: 1;
}

.kasou_link_left img {
	position: relative;
	top: -38px;
	left: 85px;
	z-index: 0;
}

/* 右ボックス */
.kasou_link_right {
	position: relative;
	width: 50%;
}

.link_text_right {
	position: relative;
	margin-top: -112px;
	margin-left: 86px;
	padding: 54px 41px 100px 41px;
	width: 514px;
	height: auto;
	background-color: #ffffff;
	font-size: 17px;
	line-height: 35px;
	z-index: 1;
}


a.link_program {
	padding-left: 36px;
	margin-left: auto;
	position: relative;
	top: -25px;
	right: 24px;
	display: flex;
	align-items: center;
	width: 254px;
	height: 49px;
	font-size: 20px;
	line-height: 20px;
	color: #ffffff;
	font-weight: bold;
	background-color: #011588;
	z-index: 2;
}

a.link_program:after {
	position: absolute;
	top: 19px;
	right: 21px;
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transform: rotate(45deg);
}

a.link_program:hover {
	padding-left: 34px;
	color: #011588;
	background-color: #ffffff;
	border: 2px solid #011588;
}

a.link_program:hover:after {
	position: absolute;
	top: 17px;
	right: 19px;
	border-top: 2px solid #011588;
	border-right: 2px solid #011588;
}

.kasou_link_right h3 {
	margin-left: 38px;
	margin-bottom: 18px;
	font-size: 50px;
	line-height: 50px;
	font-weight: normal;
	color: #011588;
	letter-spacing: 3px;
}


/* access_area */

section.access_area {
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.access_area_wrap {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	width: 100%;
	height: auto;
}

/* access_box_wrap */
.access_box_wrap {
	padding-bottom: 28px;
	display: flex;
	justify-content: right;
	width: 50%;
	background-color: #011588;
}

.access_box {
	padding: 90px 40px 0 0;
	position: relative;
	right: 0;
	width: 100%;
	max-width: 600px;
}

.access_box h3 {
	margin-bottom: 50px;
	font-size: 35px;
	line-height: 35px;
	font-weight: normal;
	color: #ffffff;
	letter-spacing: 2px;
}

.google_map {
	margin-bottom: 33px;
	height: 0;
	overflow: hidden;
	padding-bottom: 60.714%;
	position: relative;
}

.google_map iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

ul.access_list {
	width: 100%;
	max-width: 560px;
	color: #ffffff;
}

ul.access_list li {
	position: relative;
	margin-bottom: 21px;
	padding: 0 0 21px 80px;
	border-bottom: 1px solid #ffffff;
	font-size: 16px;
	line-height: 32px;
}

ul.access_list li a {
	color: #ffffff;
}



li.access_address:before {
	position: absolute;
	top: 13px;
	left: 20px;
	display: block;
	content: "";
	width: 24px;
	height: 34px;
	background-image: url(../image/access_icon.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
}

li.access_car {
	letter-spacing: -0.5px;
}

li.access_car:before {
	position: absolute;
	top: 15px;
	left: 15px;
	display: block;
	content: "";
	width: 31px;
	height: 28px;
	background-image: url(../image/car_icon.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
}

li.access_tel:before {
	position: absolute;
	top: 0;
	left: 15px;
	display: block;
	content: "";
	width: 31px;
	height: 31px;
	background-image: url(../image/tel_icon.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
}

li.access_email:before {
	position: absolute;
	top: 3px;
	left: 15px;
	display: block;
	content: "";
	width: 29px;
	height: 23px;
	background-image: url(../image/mail_icon.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
}


/* twitter_box_wrap */
.twitter_box_wrap {
	display: flex;
	justify-content: left;
	width: 50%;
	background-color: #ffffff;
}

.twitter_box {
	padding: 84px 0 0 73px;
	position: relative;
	right: 0;
	width: 100%;
	max-width: 600px;
}

.twitter_box h3 {
	margin-bottom: 56px;
	font-size: 35px;
	line-height: 35px;
	font-weight: normal;
	color: #011588;
	letter-spacing: 5px;
}

.twitter_box h3:before {
	margin-right: 15px;
	position: relative;
	top: 2px;
	left: 0;
	display: inline-block;
	content: "";
	width: 32px;
	height: 32px;
	background-image: url(../image/twitter_icon.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
}


/* banner_area */

section.banner_area {
	padding: 80px 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
	background-color: #e2e9f1;
}

ul.banner_list {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

ul.banner_list li {
	margin-right: 20px;
	max-width: 285px;
	max-height: 120px;
}

ul.banner_list li:last-child {
	margin-right: 0;
}





/* 調整 */
@media screen and (max-width: 1000px) {


	/* 施設情報 institution_info */

	section.institution_info {
		margin: 0 auto;
		width: 100%;
		height: auto;
		background-image: url(../image/floor_information_bg_1000.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center top;
		text-align: center;
		overflow: hidden;
	}

	section.institution_info h5 {
		margin-bottom: 6vw;
		margin-top: 2.5vw;
		font-size: 4.5vw;
		line-height: 4.5vw;
		color: #ffffff;
	}

	p.institution_text {
		padding: 0 3%;
		font-size: 2.6vw;
		line-height: 4.5vw;
		color: #011588;
		font-weight: bold;
	}


	/* 電話予約 web予約 */
	.reserve_box {
		position: relative;
		margin: 8vw auto 0 auto;
		padding: 8vw 0 0 0;
		width: 100%;
		height: 30vw;
		background-color: #011588;
		text-align: center;
	}

	.reserve_box h3 {
		position: relative;
		margin: 0 auto 4vw auto;
		width: 89.1vw;
		height: 3.06vw;
		background-image: url(../image/reserve_h3_text.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
		text-indent: -9999px;
		z-index: 1;
	}


	/* news_area */

	section.news_area {
		padding: 12vw 3% 9vw 3%;
		margin: 0 auto;
		width: 100%;
		height: auto;
		background-color: #e2e9f1;
	}

	.news_area h3 {
		margin-bottom: 5vw;
		font-size: 5.5vw;
		line-height: 5.5vw;
		color: #011588;
		font-weight: normal;
		text-align: center;
		letter-spacing: 0.4vw;
	}


	ul.news_list {
		position: relative;
		/* left: ; */
		padding: 0;
		margin: 0 auto 2.5vw auto;
		width: 100%;
		max-width: 800px;
	}



}


/* 調整 */
@media screen and (max-width: 1200px) {

	.movie_area {
		padding: 0 3%;
		margin-bottom: 3.75vw;
		width: 100%;
		height: auto;
	}


	/* kasou_link_area */

	section.kasou_link_area {
		padding: 0 0 76vw 0;
		margin: 0 auto;
		width: 100%;
		height: 0;
		background-image: url(../image/kasou_link_bg_1200.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
		overflow: hidden;
		background-position: center top;
	}

	.kasou_link_box {
		padding: 7.833vw 0 0 0;
		margin: 0 auto;
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		width: 100%;
		max-width: 1200px;
		height: auto;
	}

	/* 左ボックス */
	.kasou_link_left {
		width: 50%;
	}

	.kasou_link_left h3 {
		margin-left: 3.5vw;
		margin-bottom: 1.5vw;
		font-size: 3.166vw;
		line-height: 3.166vw;
		font-weight: normal;
		color: #011588;
		letter-spacing: 0.333vw;
	}

	a.link_info {
		position: relative;
		padding-left: 2.916vw;
		margin-left: 3.5vw;
		display: flex;
		align-items: center;
		width: 16.25vw;
		height: 4.083vw;
		font-size: 1.666vw;
		line-height: 1.666vw;
		color: #ffffff;
		font-weight: bold;
		background-color: #011588;
		z-index: 2;
	}

	a.link_info:after {
		position: absolute;
		top: 1.583vw;
		right: 1.75vw;
		display: block;
		content: "";
		width: 0.833vw;
		height: 0.833vw;
		border-top: 2px solid #ffffff;
		border-right: 2px solid #ffffff;
		transform: rotate(45deg);
	}

	a.link_info:hover {
		padding-left: 2.75vw;
		color: #011588;
		background-color: #ffffff;
		border: 2px solid #011588;
	}

	a.link_info:hover:after {
		position: absolute;
		top: 1.316vw;
		right: 1.583vw;
		border-top: 2px solid #011588;
		border-right: 2px solid #011588;
	}

	.link_text_left {
		position: relative;
		left: 3%;
		margin-top: -0.916vw;
		padding: 4.5vw 3.416vw 5.416vw 3.416vw;
		width: 42.83vw;
		max-width: 514px;
		height: auto;
		background-color: #ffffff;
		font-size: 1.416vw;
		line-height: 2.916vw;
		z-index: 1;
	}

	.kasou_link_left img {
		position: relative;
		top: -3.166vw;
		left: 7.083vw;
		z-index: 0;
		width: 42.916vw;
		max-width: 515px;
	}

	/* 右ボックス */
	.kasou_link_right {
		position: relative;
		width: 50%;
	}

	.link_text_right {
		position: relative;
		right: 3%;
		margin-top: -9.333vw;
		margin-left: 7.166vw;
		padding: 4.5vw 3.416vw 8.333vw 3.416vw;
		width: 42.83vw;
		max-width: 514px;
		height: auto;
		background-color: #ffffff;
		font-size: 1.416vw;
		line-height: 2.916vw;
		z-index: 1;
	}

	a.link_program {
		padding-left: 36px;
		margin-left: auto;
		position: relative;
		top: -2.083vw;
		right: 5vw;
		display: flex;
		align-items: center;
		width: 21.16vw;
		height: 4.083vw;
		font-size: 1.666vw;
		line-height: 1.666vw;
		color: #ffffff;
		font-weight: bold;
		background-color: #011588;
		z-index: 2;
	}

	a.link_program:after {
		position: absolute;
		top: 1.583vw;
		right: 1.75vw;
		display: block;
		content: "";
		width: 0.833vw;
		height: 0.833vw;
		border-top: 2px solid #ffffff;
		border-right: 2px solid #ffffff;
		transform: rotate(45deg);
	}

	a.link_program:hover {
		padding-left: 34px;
		color: #011588;
		background-color: #ffffff;
		border: 2px solid #011588;
	}

	a.link_program:hover:after {
		position: absolute;
		top: 1.416vw;
		right: 1.583vw;
		border-top: 2px solid #011588;
		border-right: 2px solid #011588;
	}


	.kasou_link_right h3 {
		margin-left: 5.332vw;
		margin-bottom: 1.5vw;
		font-size: 3.166vw;
		line-height: 3.166vw;
		font-weight: normal;
		color: #011588;
		letter-spacing: 0.25vw;
	}

	.kasou_link_right img {
		position: relative;
		z-index: 0;
		width: 42.916vw;
		max-width: 515px;
	}


	/* access_area */


	/* access_box_wrap */
	.access_box_wrap {
		padding-bottom: 28px;
		display: flex;
		justify-content: right;
		width: 50%;
		background-color: #011588;
	}

	.access_box {
		padding: 7.5vw 3.333vw 0 0;
		position: relative;
		right: 0;
		width: 100%;
		max-width: 600px;
	}

	.access_box h3 {
		padding-left: 3%;
		margin-bottom: 4.166vw;
		font-size: 2.916vw;
		line-height: 2.916vw;
		font-weight: normal;
		color: #ffffff;
		letter-spacing: 0.166vw;
	}

	.google_map {
		margin-bottom: 2.75vw;
		height: 0;
		overflow: hidden;
		padding-bottom: 60.714%;
		position: relative;
	}

	.google_map iframe {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
	}

	ul.access_list {
		padding-left: 3%;
		width: 100%;
		max-width: 560px;
		color: #ffffff;
	}

	ul.access_list li {
		position: relative;
		margin-bottom: 1.75vw;
		padding: 0 0 1.75vw 6.666vw;
		border-bottom: 1px solid #ffffff;
		font-size: 1.333vw;
		line-height: 2.666vw;
	}

	ul.access_list li a {
		color: #ffffff;
	}

	li.access_address:before {
		position: absolute;
		top: 1.083vw;
		left: 1.666vw;
		display: block;
		content: "";
		width: 2vw;
		height: 2.833vw;
		background-image: url(../image/access_icon.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
	}

	li.access_car {
		letter-spacing: -0.5px;
	}

	li.access_car:before {
		position: absolute;
		top: 1.25vw;
		left: 1.25vw;
		display: block;
		content: "";
		width: 2.583vw;
		height: 2.333vw;
		background-image: url(../image/car_icon.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
	}

	li.access_tel:before {
		position: absolute;
		top: 0;
		left: 1.25vw;
		display: block;
		content: "";
		width: 2.583vw;
		height: 2.583vw;
		background-image: url(../image/tel_icon.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
	}

	li.access_email:before {
		position: absolute;
		top: 0.25vw;
		left: 1.25vw;
		display: block;
		content: "";
		width: 2.416vw;
		height: 1.916vw;
		background-image: url(../image/mail_icon.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
	}


	/* twitter_box_wrap */

	.twitter_box {
		padding: 7vw 0 0 3.041vw;
		position: relative;
		right: 0;
		width: 100%;
		max-width: 600px;
	}

	.twitter_box h3 {
		margin-bottom: 5.416vw;
		font-size: 2.916vw;
		line-height: 2.916vw;
		font-weight: normal;
		color: #011588;
		letter-spacing: 0.416vw;
	}

	.twitter_box h3:before {
		margin-right: 1.25vw;
		position: relative;
		top: 0.166vw;
		left: 0;
		display: inline-block;
		content: "";
		width: 2.666vw;
		height: 2.666vw;
		background-image: url(../image/twitter_icon.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
	}

	.twitter {
		padding-right: 3%;
		width: 100%;
	}


	/* banner_area */
	section.banner_area {
		padding: 6.666vw 0;
		margin: 0 auto;
		width: 100%;
		height: auto;
		background-color: #e2e9f1;
	}

	ul.banner_list {
		padding: 0 3%;
		margin: 0 auto;
		width: 100%;
		max-width: 1200px;
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
	}

	ul.banner_list li {
		margin-right: 1.666vw;
		width: 100%;
		max-width: 285px;
		max-height: 120px;
	}

	ul.banner_list li:last-child {
		margin-right: 0;
	}


}


/* 調整 */
@media screen and (max-width: 900px) {

	/* news_area */

	section.news_area {
		padding: 60px 3% 45px 0;
		margin: 0 auto;
		width: 100%;
		max-width: 100%;
		height: auto;
		background-color: #e2e9f1;
	}

	.news_area h3 {
		margin-bottom: 40px;
		font-size: 35px;
		line-height: 35px;
		color: #011588;
		font-weight: normal;
		text-align: center;
		letter-spacing: 3px;
	}

	ul.news_list {
		position: relative;
		left: 4.5%;
		padding: 0 0 0 20px;
		margin: 0 0 18px 0;
		width: 95.5%;
		max-width: 95.5%;
	}

	ul.news_list a {
		margin-bottom: 18px;
		padding: 15px 0 15px 40px;
		display: flex;
		align-items: center;
		width: 100%;
		height: auto;
		min-height: auto;
		background-color: #ffffff;
		font-size: 16px;
		line-height: 24px;
	}

	ul.news_list a:last-child {
		margin-bottom: 0;
	}

	.news_list dl {
		padding-right: 16px;
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		width: 100%;
	}

	.news_list dl dt {
		display: flex;
		align-items: center;
		margin-right: 2.864vw;
	}

	.news_date {
		font-size: 15px;
	}

	.new {
		position: absolute;
		top: 13px;
		left: -2.817vw;
		margin-top: 0;
		padding-top: 6px;
		display: block;
		width: 60px;
		height: 28px;
		background-color: #011588;
		font-size: 16px;
		line-height: 16px;
		color: #ffffff;
		text-align: center;
	}

	.read_more_box {
		margin: 0 auto;
		width: 100%;
		max-width: 800px;
		text-align: right;
	}

	.read_more_box a {
		font-size: 16px;
		color: #011588;

	}

}

/* 調整 */
@media screen and (max-width: 768px) {

	/* 施設情報 institution_info */

	section.institution_info {
		padding-top: 25px;
		margin: 0 auto;
		width: 100%;
		height: auto;
		background-image: url(../image/floor_information_bg.png);
		background-repeat: no-repeat;
		background-size: 1920px 892px;
		background-position: center top;
		text-align: center;
		overflow: hidden;
	}

	section.institution_info h3 {
		font-size: 16px;
		line-height: 28px;
		color: #ffffff;
		font-weight: normal;
	}

	section.institution_info h3 .alata {
		font-size: 20px;
		font-weight: normal;
	}

	section.institution_info h5 {
		margin-bottom: 30px;
		margin-top: 12.5px;
		font-size: 24px;
		line-height: 32px;
		color: #ffffff;
	}

	.movie_area {
		margin-bottom: 22.5px;
	}

	p.institution_text {
		padding: 0 3%;
		margin-bottom: 45px;
		font-size: 20px;
		line-height: 32px;
		color: #011588;
		font-weight: bold;
		text-align: left;
	}


	a.rentalcourt_btn {
		position: relative;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 280px;
		height: 56.88px;
		font-size: 16px;
		line-height: 16px;
		text-align: center;
		color: #011588;
		font-weight: bold;
		border: 3px solid #011588;
		background-color: #ffffff;
	}

	a.rentalcourt_btn:after {
		position: absolute;
		top: 20px;
		right: 20px;
		display: block;
		content: "";
		width: 10px;
		height: 10px;
		border-top: 3px solid #011588;
		border-right: 3px solid #011588;
		transform: rotate(45deg);
	}

	a.rentalcourt_btn:hover {
		color: #ffffff;
		background-color: #011588;
	}

	a.rentalcourt_btn:hover:after {
		border-top: 3px solid #ffffff;
		border-right: 3px solid #ffffff;
	}


	/* 電話予約 web予約 */
	.reserve_box {
		position: relative;
		margin: 8vw auto 0 auto;
		padding: 8vw 0 8vw 0;
		width: 100%;
		height: auto;
		background-color: #011588;
		text-align: center;
	}

	.reserve_box h3 {
		position: relative;
		margin: 0 auto 30px auto;
		width: 89.1vw;
		height: 3.06vw;
		background-image: url(../image/reserve_h3_text.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
		text-indent: -9999px;
		z-index: 0;
	}

	.reserve_btn_area {
		padding: 0 3%;
		margin: 0 auto;
		display: block;
	}


	a.tel_reserve_btn {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto 30px auto;
		width: 280px;
		height: 56.88px;
		background: #ffffff;
		background: linear-gradient(to right, #ff5ca4 0%, #f45468 100%);
		font-size: 18px;
		line-height: 18px;
		font-weight: bold;
		color: #ffffff;
		overflow: hidden;
		z-index: 1;
	}

	a.web_reserve_btn {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		width: 280px;
		height: 56.88px;
		background: #ffffff;
		background: linear-gradient(to right, #ff5ca4 0%, #f45468 100%);
		font-size: 18px;
		line-height: 18px;
		font-weight: bold;
		color: #ffffff;
		overflow: hidden;
		z-index: 1;
	}

	a.tel_reserve_btn:before,
	a.web_reserve_btn:before {
		content: "";
		width: 200%;
		height: 200%;
		background: rgba(255, 255, 255, .2);
		transform: rotate(-45deg);
		position: absolute;
		top: 0;
		left: -200%;
		transition: .3s ease-in-out;
	}

	a.tel_reserve_btn:hover:before,
	a.web_reserve_btn:hover:before {
		left: 30%;
	}







	/* kasou_link_area */

	section.kasou_link_area {
		padding: 0 0 0 0;
		margin: 0 auto;
		width: 100%;
		height: auto;
		background-image: url(../image/kasou_link_bg_1200.png);
		background-repeat: no-repeat;
		background-size: 1200px 912px;
		overflow: hidden;
		background-position: center top;
	}

	.kasou_link_box {
		padding: 47px 0 0 0;
		margin: 0 auto;
		display: block;
		width: 100%;
		max-width: 768px;
		height: auto;
	}

	/* 左ボックス */
	.kasou_link_left {
		position: relative;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		margin: 0 auto 60px auto;
		padding: 0 3%;
		width: 100%;
		max-width: 100%;
	}

	.kasou_link_left h3 {
		margin: 0 0 18px 0;
		font-size: 35px;
		line-height: 35px;
		font-weight: normal;
		color: #011588;
		letter-spacing: 3.5px;
	}

	a.link_info {
		position: relative;
		padding-left: 35px;
		margin-left: 0;
		display: flex;
		align-items: center;
		width: 195px;
		height: 49px;
		font-size: 18px;
		line-height: 18px;
		color: #ffffff;
		font-weight: bold;
		background-color: #011588;
		z-index: 2;
	}

	a.link_info:after {
		position: absolute;
		top: 20px;
		right: 21px;
		display: block;
		content: "";
		width: 10px;
		height: 10px;
		border-top: 2px solid #ffffff;
		border-right: 2px solid #ffffff;
		transform: rotate(45deg);
	}

	a.link_info:hover {
		padding-left: 33px;
		color: #011588;
		background-color: #ffffff;
		border: 2px solid #011588;
	}

	a.link_info:hover:after {
		position: absolute;
		top: 17px;
		right: 19px;
		border-top: 2px solid #011588;
		border-right: 2px solid #011588;
	}

	.link_text_left {
		position: relative;
		left: 0;
		margin-top: -11px;
		padding: 27px 20px 27px 20px;
		width: 100%;
		max-width: 100%;
		height: auto;
		background-color: #ffffff;
		font-size: 16px;
		line-height: 28px;
		z-index: 1;
	}

	.kasou_link_left img {
		margin: 0 auto;
		position: relative;
		top: 10px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 0;
		width: 100%;
		max-width: 515px;
	}

	/* 右ボックス */
	.kasou_link_right {
		position: relative;
		display: flex;
		flex-direction: column-reverse;
		margin: 0 auto 60px auto;
		padding: 0 3%;
		width: 100%;
		max-width: 100%;
	}

	.link_text_right {
		position: relative;
		left: 0;
		margin-top: -11px;
		margin-left: 0;
		padding: 27px 20px 27px 20px;
		width: 100%;
		max-width: 100%;
		height: auto;
		background-color: #ffffff;
		font-size: 16px;
		line-height: 28px;
		z-index: 1;
	}

	a.link_program {
		padding-left: 36px;
		margin-left: 0;
		position: relative;
		top: 0;
		right: 0;
		display: flex;
		align-items: center;
		width: 254px;
		height: 49px;
		font-size: 18px;
		line-height: 18px;
		color: #ffffff;
		font-weight: bold;
		background-color: #011588;
		z-index: 2;
	}

	a.link_program:after {
		position: absolute;
		top: 20px;
		right: 21px;
		display: block;
		content: "";
		width: 10px;
		height: 10px;
		border-top: 2px solid #ffffff;
		border-right: 2px solid #ffffff;
		transform: rotate(45deg);
	}

	a.link_program:hover {
		padding-left: 34px;
		color: #011588;
		background-color: #ffffff;
		border: 2px solid #011588;
	}

	a.link_program:hover:after {
		position: absolute;
		top: 18px;
		right: 19px;
		border-top: 2px solid #011588;
		border-right: 2px solid #011588;
	}

	.kasou_link_right h3 {
		margin: 0 0 18px 0;
		font-size: 35px;
		line-height: 35px;
		font-weight: normal;
		color: #011588;
		letter-spacing: 3.5px;
	}

	.kasou_link_right img {
		position: relative;
		top: 10px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 0;
		width: 100%;
		max-width: 515px;
	}



	/* instagram */
	.insta_box {
		padding: 3%;
		margin: 0;
		width: 100%;
		height: 100vw;
		max-height: 99vw;
		text-align: center;
		overflow: scroll;
	}

	#sbi_images {
		display: block !important;
		float: none !important;

	}

	#sb_instagram #sbi_images .sbi_item {
		display: block !important;
		float: none !important;
		width: 100% !important;
		height: 100% !important;
		max-width: 768px !important;
		max-height: 768px !important;
		padding-bottom: 3% !important;
	}

	#sb_instagram #sbi_images .sbi_item img {
		width: 100% !important;
		height: 100% !important;
		max-width: 768px !important;
		max-height: 768px !important;
		border-radius: 8px !important;
	}


	.sbi_item:first-child {
		width: 100% !important;
		height: 100% !important;
		max-width: 768px !important;
		max-height: 768px !important;
		border-radius: 8px !important;
	}

	#sb_instagram #sbi_images .sbi_item:nth-child(2) {
		width: 100% !important;
		height: auto !important;
		max-width: 768px !important;
		max-height: 768px !important;
		border-radius: 8px !important;
	}

	#sb_instagram #sbi_images .sbi_item:nth-child(3) {
		width: 100% !important;
		height: auto !important;
		max-width: 768px !important;
		max-height: 768px !important;
		border-radius: 8px !important;
	}

	.sbi_item:nth-child(4) {
		width: 100% !important;
		height: auto !important;
		max-width: 768px !important;
		max-height: 768px !important;
		border-radius: 8px !important;
	}

	.sbi_item:nth-child(5) {
		width: 100% !important;
		height: auto !important;
		max-width: 768px !important;
		max-height: 768px !important;
		border-radius: 8px !important;
	}

	.sbi_item:nth-child(6) {
		width: 100% !important;
		height: auto !important;
		max-width: 768px !important;
		max-height: 768px !important;
		border-radius: 8px !important;
	}

	.sbi_item:nth-child(7) {
		width: 100% !important;
		height: auto !important;
		max-width: 768px !important;
		max-height: 768px !important;
		border-radius: 8px !important;
	}

	.sbi_item:nth-child(8) {
		width: 100% !important;
		height: auto !important;
		max-width: 768px !important;
		max-height: 768px !important;
		border-radius: 8px !important;
	}

	.sbi_item:nth-child(9) {
		width: 100% !important;
		height: auto !important;
		max-width: 768px !important;
		max-height: 768px !important;
		border-radius: 8px !important;
	}

	.sbi_item:nth-child(10) {
		width: 100% !important;
		height: auto !important;
		max-width: 768px !important;
		max-height: 768px !important;
		border-radius: 8px !important;
	}

	.sbi_item:nth-child(11) {
		width: 100% !important;
		height: auto !important;
		max-width: 768px !important;
		max-height: 768px !important;
		border-radius: 8px !important;
	}

	.sbi_item:nth-child(12) {
		width: 100% !important;
		height: auto !important;
		max-width: 768px !important;
		max-height: 768px !important;
		border-radius: 8px !important;
	}

	/*#sb_instagram{
	margin: 0!important;
	padding: 0!important;
	overflow-y: none!important;
}
*/
	.sbi_load {
		display: none !important;
	}



	/* access_area */

	section.access_area {
		margin: 0 auto;
		width: 100%;
		height: auto;
	}

	.access_area_wrap {
		display: block;
		width: 100%;
		height: auto;
	}

	/* access_box_wrap */
	.access_box_wrap {
		padding-bottom: 28px;
		display: block;
		width: 100%;
		background-color: #011588;
	}

	.access_box {
		padding: 45px 3% 0 3%;
		margin: 0 auto;
		position: relative;
		right: 0;
		width: 100%;
		max-width: 100%;
	}

	.access_box h3 {
		padding-left: 0;
		margin-bottom: 30px;
		font-size: 35px;
		line-height: 35px;
		font-weight: normal;
		color: #ffffff;
		letter-spacing: 2px;
	}

	.google_map {
		margin: 0 auto 33px auto;
		height: 0;
		overflow: hidden;
		padding-bottom: 60.714%;
		position: relative;
	}

	.google_map iframe {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
	}

	ul.access_list {
		margin: 0 auto;
		padding-left: 0;
		width: 100%;
		max-width: 100%;
		color: #ffffff;
	}

	ul.access_list li {
		position: relative;
		margin-bottom: 21px;
		padding: 0 0 21px 60px;
		border-bottom: 1px solid #ffffff;
		font-size: 16px;
		line-height: 32px;
	}

	ul.access_list li a {
		color: #ffffff;
	}



	li.access_address:before {
		position: absolute;
		top: 13px;
		left: 20px;
		display: block;
		content: "";
		width: 24px;
		height: 34px;
		background-image: url(../image/access_icon.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
	}

	li.access_car {
		letter-spacing: -0.5px;
	}

	li.access_car:before {
		position: absolute;
		top: 15px;
		left: 15px;
		display: block;
		content: "";
		width: 31px;
		height: 28px;
		background-image: url(../image/car_icon.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
	}

	li.access_tel:before {
		position: absolute;
		top: 0;
		left: 15px;
		display: block;
		content: "";
		width: 31px;
		height: 31px;
		background-image: url(../image/tel_icon.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
	}

	li.access_email:before {
		position: absolute;
		top: 3px;
		left: 15px;
		display: block;
		content: "";
		width: 29px;
		height: 23px;
		background-image: url(../image/mail_icon.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
	}


	/* twitter_box_wrap */
	.twitter_box_wrap {
		display: block;
		width: 100%;
		background-color: #ffffff;
	}

	.twitter_box {
		padding: 42px 3% 60px 3%;
		margin: 0 auto;
		position: relative;
		right: 0;
		width: 100%;
		max-width: 100%;
	}

	.twitter_box h3 {
		padding-left: 0;
		margin-bottom: 30px;
		font-size: 35px;
		line-height: 35px;
		font-weight: normal;
		color: #011588;
		letter-spacing: 5px;
	}

	.twitter_box h3:before {
		margin-right: 15px;
		position: relative;
		top: 2px;
		left: 0;
		display: inline-block;
		content: "";
		width: 32px;
		height: 32px;
		background-image: url(../image/twitter_icon.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
	}

	.twitter {
		margin: 0 auto;
		width: 100%;
		max-width: 453px;
	}


	/* banner_area */

	section.banner_area {
		padding: 40px 0;
		margin: 0 auto;
		width: 100%;
		height: auto;
		background-color: #e2e9f1;
	}

	ul.banner_list {
		padding: 0 3%;
		margin: 0 auto;
		width: 100%;
		max-width: 768px;
		display: block;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
	}

	ul.banner_list li {
		margin: 0 auto 20px auto;
		width: 285px;
		height: auto;
	}

	ul.banner_list li:last-child {
		margin: 0 auto 20px auto;
	}


}


/* 調整 */
@media screen and (max-width: 500px) {

	section.institution_info h5 {
		margin-bottom: 30px;
		margin-top: 12.5px;
		font-size: 20px;
		line-height: 28px;
		color: #ffffff;
	}

	p.institution_text {
		padding: 0 3%;
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 24px;
		color: #011588;
		font-weight: bold;
		text-align: left;
	}


	/* news_area */

	section.news_area {
		padding: 35px 3% 22.5px 0;
		margin: 0 auto;
		width: 100%;
		max-width: 100%;
		height: auto;
		background-color: #e2e9f1;
	}

	.news_list dl {
		padding-right: 16px;
		display: block;
		width: 100%;
	}

	.news_list dl dt {
		display: flex;
		align-items: center;
		margin-right: 2.864vw;
	}


	/* photo_area */

	section.photo_area {
		padding: 40px 0 60px 0;
		margin: 0 auto;
		width: 100%;
		height: auto;
	}

	section.photo_area h3 {
		margin-bottom: 40px;
		font-size: 35px;
		line-height: 35px;
		color: #011588;
		text-align: center;
	}

	section.photo_area h3:before {
		position: relative;
		top: 3px;
		margin-right: 10px;
		display: inline-block;
		content: "";
		width: 33px;
		height: 33px;
		background-image: url(../image/insta_icon.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
	}



	.kasou_link_left h3 {
		margin: 0 0 18px 0;
		font-size: 28px;
		line-height: 28px;
		font-weight: normal;
		color: #011588;
		letter-spacing: 3px;
	}

	.kasou_link_right h3 {
		margin: 0 0 18px 0;
		font-size: 26px;
		line-height: 26px;
		font-weight: normal;
		color: #011588;
		letter-spacing: 2px;
	}


	.access_box h3 {
		padding-left: 0;
		margin-bottom: 20px;
		font-size: 28px;
		line-height: 28px;
		font-weight: normal;
		color: #ffffff;
		letter-spacing: 2px;
	}

	ul.access_list li {
		position: relative;
		margin-bottom: 21px;
		padding: 0 0 21px 45px;
		border-bottom: 1px solid #ffffff;
		font-size: 16px;
		line-height: 28px;
	}

	li.access_address:before {
		position: absolute;
		top: 13px;
		left: 0px;
		display: block;
		content: "";
		width: 24px;
		height: 34px;
		background-image: url(../image/access_icon.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
	}

	li.access_car {
		letter-spacing: -0.5px;
	}

	li.access_car:before {
		position: absolute;
		top: 15px;
		left: 0px;
		display: block;
		content: "";
		width: 31px;
		height: 28px;
		background-image: url(../image/car_icon.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
	}

	li.access_tel:before {
		position: absolute;
		top: 0;
		left: 0px;
		display: block;
		content: "";
		width: 31px;
		height: 31px;
		background-image: url(../image/tel_icon.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
	}

	li.access_email:before {
		position: absolute;
		top: 3px;
		left: 0px;
		display: block;
		content: "";
		width: 29px;
		height: 23px;
		background-image: url(../image/mail_icon.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
	}

}

@media screen and (min-width: 1500px) {
	section.kasou_link_area {
		background-size: cover;
	}

	section.institution_info {
		background-size: cover;
	}
}